home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 12 / CU Amiga Magazine's Super CD-ROM 12 (1997)(EMAP Images)(GB)[!][issue 1997-07].iso / CUCD / Games / DestructivePoker / sources / sources.lha / image.cpp < prev    next >
C/C++ Source or Header  |  1997-02-13  |  347b  |  19 lines

  1. /*
  2.         image.cpp
  3.  
  4.         V1.00 - 211196  Kimmo Teräväinen
  5.         -----   ------  ----------------
  6.         Look image.h
  7. */
  8. #include "image.h"
  9.  
  10. #ifdef _Windows
  11. DEFINE_RESPONSE_TABLE1(cImage,TWindow)
  12.   EV_WM_PAINT,
  13.   EV_WM_LBUTTONDOWN,
  14.   EV_WM_LBUTTONDBLCLK,
  15.   EV_COMMAND(IDOK, Dummy),
  16.   EV_COMMAND(IDCANCEL, Dummy),
  17. END_RESPONSE_TABLE;
  18. #endif
  19.